home *** CD-ROM | disk | FTP | other *** search
/ Spawn Figure Collection / spawn collection cd.iso / movies / collection.dir / 00016_Script_16 < prev    next >
Text File  |  1997-12-23  |  746b  |  21 lines

  1. on exitFrame
  2.   global gNowFrame
  3.   set gNowFrame to "ASPBi"
  4.   
  5.   global gEBitmap
  6.   set gEBitmap to "sp00000.bmp"
  7.   
  8.   set tmp to serchFolder(the pathname & "Graphics""bmp")
  9.   repeat with t = 1 to count (tmp)
  10.     set Bitmaps to Bitmaps & getat(tmp,t) & RETURN
  11.   end repeat
  12.   set the text of member "Γ╩δ·α═≤≤" to Bitmaps
  13.   
  14.   set tmp to serchFolder(the pathname & "Graphics""pct")
  15.   repeat with t = 1 to count (tmp)
  16.     set Bitmaps to Bitmaps & getat(tmp,t) & RETURN
  17.   end repeat
  18.   set the text of member "Γ╩δ·α═≤≤" to Bitmaps
  19.   set the text of member"HelpWindow" to "Γ╩δ·╔t╔@╔C╔π╟¥δI╟╥╟╝╟ì╟µ╟Ä╟ó┼BΓ╩δ·╔t╔@╔C╔π╟╒πN∞╞╔f╔B╔σ╔N╔g╔Σ╟├Graphics╔f╔B╔σ╔N╔g╔Σ╟àδO╟ç╟í╟â∞╕╟═╟â╟«╟ó╟â╟ì╟µ╟Ä╟ó┼B╟¬╟├╟ï╟ïσαφ╦╟▌╟╚╟╨sp00000.bmp╟ÖΘg╟╠╟═╟ï╟▌"
  20. end
  21.